home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 86
/
(Vol 86) My Disc.iso
/
Games
/
restaurante_1079.swf
/
scripts
/
DefineButton2_96
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2009-04-16
|
157b
|
8 lines
on(release){
num++;
newname = "ob11" + num;
_root.attachMovie("ob11",newname,num);
_root[newname]._x = 220;
_root[newname]._y = 280;
}